projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f3a4724
)
(w32-shell-dos-semantics): Declare as function.
author
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:09:48 +0000
(
00:09
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Mon, 19 Nov 2007 00:09:48 +0000
(
00:09
+0000)
lisp/subr.el
patch
|
blob
|
history
diff --git
a/lisp/subr.el
b/lisp/subr.el
index 5a88fa4fd5d5ccf68c347f0d44aa8577d318c0be..de36d0b90355ac281358b42032aaff20a44bb95d 100644
(file)
--- a/
lisp/subr.el
+++ b/
lisp/subr.el
@@
-2118,6
+2118,8
@@
a system-dependent default device name is used."
(play-sound-internal sound)
(error "This Emacs binary lacks sound support")))
+(declare-function w32-shell-dos-semantics "w32-fns" nil)
+
(defun shell-quote-argument (argument)
"Quote an argument for passing as argument to an inferior shell."
(if (or (eq system-type 'ms-dos)